Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636089 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/170 - Expense Tracker/css

style.css cody/swapnilsparsh/30DaysOfJavaScript/170 - Expense Tracker/css/style.css
103 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
:root {
--box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

* {
box-sizing: border-box;
}